From: Debian Qt/KDE Maintainers Date: Thu, 18 Jun 2026 11:20:31 +0000 (+0300) Subject: fix note alignment X-Git-Tag: archive/raspbian/5.15.19+dfsg-3+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=02d0fbd60b640487c4bb602ce2489efaaf8458ec;p=qtbase-opensource-src.git fix note alignment Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit?id=47a4e6a9497b068a Last-Update: 2026-05-05 It is architecture defined whether .align means .palign or .balign. Use .balign to make that explicit. Gbp-Pq: Name balign.diff --- diff --git a/src/corelib/global/minimum-linux.S b/src/corelib/global/minimum-linux.S index dfc3cec1b..e324379ef 100644 --- a/src/corelib/global/minimum-linux.S +++ b/src/corelib/global/minimum-linux.S @@ -62,7 +62,7 @@ .section ".note.GNU-stack", "", progbits .section ".note.ABI-tag", "a", note - .align 4 /* we have 32-bit data */ + .balign 4 /* we have 32-bit data */ /* * For the format of the note section's contents, see Elf32_Nhdr / Elf64_Nhdr */ .long .Lnameend-.Lname /* n_namesz */